4

/* CSS Document */

/*importing icon library*/
@import url(ionicons.min.css);




a, p, dropdown-menu, dropdown-item, li {
	font-size: 18px ;
	color: #605f5f ;
}
a, p, dropdown-menu, dropdown-item, li {
	font-size: 18px ;
	color: #605f5f 
}



a:focus, a:hover {
	text-decoration: none !important;
	color:#000 !important;
}

li, a, .btn-link {
	text-decoration: none !important;
}

.btn {
	border-radius: 0px !important;
}

.active {
	background-color: #161616;
}

.navbar {
	background-color: #fff !important;
}

.nav-link {
	padding: 12px 16px !important;
	color:#000 !important;
}
.nav-link:focus, .nav-link:hover {
	background-color: #f2f2f2;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}

.dropdown-item {
	padding: 0px !important;
}

.dropdown-menu {
	border: 1px solid rgb(233, 236, 239) !important;
	border-radius: 0 !important;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .05);
	background-color: #fdfdfd !important;
	border-color: #e9ecef !important;
}



.navbar-toggler {
	border-color: transparent !important;
}

button:focus {
	outline: 0px auto -webkit-focus-ring-color !important;
}

.nav.nav-tabs {
	float: left;
	display: block;
	border-bottom: 0;
	border-right: 1px solid #e8e8e8 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
	border-color: transparent !important;
	background-color: #f2f2f2 !important;
}

.nav-tabs {
	border-bottom: 0px;
}

/*making icons dark*/
.fa,
.fas {
	font-weight: 900 !important;
}


/* menu styes */

.list-unstyled,
.list-unstyled ul {
	min-width: 120px
}

/*making tab width to 100%*/
.fw {
	width: 100% !important;
	left: 0 !important;
}

.uneek .nav,
.uneek .collapse,
.uneek .dropup,
.uneek .dropdown {
	position: static;
}

.uneek .container {
	position: relative;
}

.uneek .dropdown-menu {
	left: auto;
}

.uneek .uneek-content {
	padding: 6px 10px;
}

.uneek .dropdown.uneek-fw .dropdown-menu {
	left: 0;
	right: 0;
}

.card-body {
	/*for accordion tab*/
	font-size: 13px;
	padding: 0 !important;
	height: auto !important;
	color: #605f5f !important;
}

.acctab {
	background: #f2f2f2 !important;
	font-size: 14px !important;
}

.tab-content>.active {
	display: block;
	background-color: #fdfdfd !important;
	min-height: auto;
}


/*changing link properties for listing class*/

.listing li>a {
	color: #605f5f !important;
	display: block;
	padding: 12px 10px !important;
}

.listing li>a:hover {
	color: #505050 !important;
	text-decoration: none;
	background-color: #f2f2f2 !important;
}


/*changing link prop of homt-tab*/

.hometab li>a {
	color: #605f5f !important;
	display: block;
	padding: 6px 4px !important;
}

.hometab li>a:hover {
	color: #505050 !important;
	text-decoration: none;
}

.content>p{
	color:#000;
}

.beianicp:hover
{ 
	color:#cccccc !important;
}

.right2 div p span
{
	color:#000000;
}


/* Show in Large desktops and laptops */

@media (min-width: 1200px) {
	.submenu1 {
		margin-left: 138px !important; width:280px;
		top: 0px !important;
	}
	.submenu2 {
		margin-left: 138px !important;width:280px;
		top: 50px !important;
	}
		.submenu3 {
		margin-left: 138px !important;width:280px;
		top: 100px !important;
	}
		.submenu4 {
		margin-left: 138px !important;width:280px;
		top: 150px !important;
	}
	.submenu5 {
		margin-left: 138px !important;width:280px;
		top:200px !important;
	}
}


/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
	.submenu1 {
		margin-left: 150px !important;
		top: 41px !important;
	}
	.submenu2 {
		margin-left: -160px !important;
		top: 126px !important;
	}
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
	.hometab {
		background-image: none;
	}
	.contact-tab {
		background-image: none;
	}
	.submenu1 {
		margin-left: 0px !important;
	}
	.submenu2 {
		margin-left: 0px !important;
	}
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
	.hometab {
		background-image: none;
	}
	.contact-tab {
		background-image: none;
	}
	.submenu1 {
		margin-left: 0px !important;
	}
	.submenu2 {
		margin-left: 0px !important;
	}
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
	.hometab {
		background-image: none;
	}
	.contact-tab {
		background-image: none;
	}
	.submenu {
		margin-left: 0px !important;
	}
	.submenu1 {
		margin-left: 0px !important;
	}
}